home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / TESTWARE / WHERE / PRODUCT / WHERE.BAT < prev    next >
DOS Batch File  |  1994-01-25  |  1KB  |  62 lines

  1. echo off
  2. cd\where
  3. :start
  4. cls
  5. echo Please choose ....
  6. echo.
  7. echo 1. Start Where's That Mouse?
  8. echo.
  9. echo 2. See the notes to parents
  10. echo.
  11. echo 3. Print the Registration Form
  12. echo.
  13. echo 4. Quit
  14. choice 1234
  15. if errorlevel 4 goto end
  16. if errorlevel 3 goto print
  17. if errorlevel 2 goto notes
  18. story.exe
  19. goto start
  20. :notes
  21. type where.txt
  22. pause
  23. type where2.txt
  24. pause
  25. cls
  26. type where3.txt
  27. pause
  28. cls
  29. type where4.txt
  30. pause
  31. cls
  32. type where5.txt
  33. pause
  34. goto start
  35. :print
  36. cls
  37. echo.
  38. echo IMPORTANT: in order to print the Order Form the printer must be
  39. echo connected up and switched on.
  40. echo.
  41. echo Press "c" to continue .... or "q" to quit ...
  42. choice CcQq
  43. if errorlevel 4 goto notes
  44. if errorlevel 3 goto notes
  45. echo.
  46. echo The documentation is now being printed ...
  47. copy order prn
  48. goto start
  49. :end
  50. cls
  51. echo.
  52. echo ASK YOUR PARENTS HOW YOU CAN TAKE PART IN AN ADVENTURE WITH MARMALADE
  53. echo AND THE TERRIBLE TWINS! THE ADVENTURE IS CALLED BIRTHDAY FUN! AND IN
  54. echo IT YOU GO TO MARLENE AND MARVYN'S BIRTHDAY PARTY!
  55. echo.
  56. echo TESTWARE PUBLISHING 46 The Avenue, Harrogate, N Yorks, England HG1 4QD
  57. echo     Sales:0423 886415 (24 hours)   Technical:0423 880471 (9am to 5pm)
  58. echo.
  59. echo Contact us to register and receive BIRTHDAY FUN! the personalised
  60. echo MARMALADE MOUSE adventure.
  61. echo.
  62.